ANativeActivity_finish

Finish the given activity. Its finish() method will be called, causing it to be stopped and destroyed. Note that this method can be called from *any* thread; it will send a message to the main thread of the process where the Java finish call will take place.

extern (C) nothrow @nogc
void
ANativeActivity_finish

Meta